@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

html, body {
    /* display: none; */
    height: 100%;
    font-family: Roboto Mono;
    overflow: hidden;
    margin-left: 17.5%;
    margin-top: 5%;
    /* background-color: hsl(200,12%,19%); */
}

text {
    user-select: none;
}
